inherited TextPrefsFrame: TTextPrefsFrame HelpType = htKeyword HelpKeyword = 'Text_View_Options' Caption = 'Text Views' inherited DefaultBtn: TUiButton TabOrder = 3 end object EditorGroupBox: TUiGroupBox Left = 8 Top = 8 Width = 409 Height = 113 Caption = 'Editor' TabOrder = 0 object TabStopsLbl: TUiLabel Left = 8 Top = 88 Height = 13 Caption = 'To set tab stops, use ' end object FileFormatsLbl: TUiLabel Left = 110 Top = 88 Height = 13 Caption = 'Tools > File Formats' FontStyle = [fsBold] end object AutoIndentEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Auto indent' TabOrder = 0 OnClick = SomethingChangedClick end object AutoUnindentEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Backspace unindents' TabOrder = 1 OnClick = SomethingChangedClick end object CursorBeyondEOLEdit: TUiCheckBox Left = 8 Top = 60 Height = 17 Caption = 'Allow positioning beyond end of line' TabOrder = 2 OnClick = SomethingChangedClick end end object DisplayGroupBox: TUiGroupBox Left = 8 Top = 128 Width = 409 Height = 137 Caption = 'Display' TabOrder = 1 object ItemSpacingLbl: TUiLabel Left = 8 Top = 20 Height = 13 Caption = 'Extra line spacing:' FocusControl = ItemSpacingEdit end object ItemSpacingPixelsLbl: TUiLabel Left = 60 Top = 40 Height = 13 Caption = 'pixels' FocusControl = ItemSpacingEdit end object RightMarginOffsetLbl: TUiLabel Left = 208 Top = 20 Height = 13 Caption = 'Show column line at:' FocusControl = RightMarginOffsetEdit Transparent = True end object InputFontLbl: TUiLabel Left = 144 Top = 104 Width = 257 Height = 23 Alignment = taCenter AutoSize = False Caption = 'Sample Text' Layout = tlCenter end object ItemSpacingEdit: TUiSpinEdit Left = 8 Top = 36 Width = 49 Height = 21 Max = 6 Min = -6 TabOrder = 0 OnChange = SomethingChangedClick end object RightMarginOffsetEdit: TUiSpinEdit Left = 208 Top = 36 Width = 49 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object ShowGapBarsEdit: TUiCheckBox Left = 8 Top = 64 Height = 17 Caption = 'Show filtered line counts' TabOrder = 2 OnClick = SomethingChangedClick end object UseInputFontEdit: TUiCheckBox Left = 8 Top = 84 Height = 17 Caption = 'Different font for merge input panes:' TabOrder = 3 OnClick = SomethingChangedClick end object InputFontBtn: TUiButton Left = 24 Top = 104 Caption = '&Font...' TabOrder = 4 OnClick = InputFontClick AutoSize = asLeft end end object MiscGroupBox: TUiGroupBox Left = 8 Top = 272 Width = 409 Height = 97 Caption = 'Miscellaneous' TabOrder = 2 object ContextLinesLbl: TUiLabel Left = 8 Top = 48 Height = 13 Caption = 'Number of context lines:' FocusControl = ContextLinesEdit Transparent = True end object FindCurWordEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Initialize "Text to find" to be current word' TabOrder = 0 OnClick = SomethingChangedClick end object ContextLinesEdit: TUiSpinEdit Left = 8 Top = 64 Width = 49 Height = 21 Max = 99 TabOrder = 1 OnChange = SomethingChangedClick end end end